home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_2 / PlaceObject2_68_127 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev    next >
Encoding:
Text File  |  2007-09-27  |  237 b   |  17 lines

  1. onClipEvent(enterFrame){
  2.    if(Key.isDown(87))
  3.    {
  4.       tellTarget("_root.ship")
  5.       {
  6.          gotoAndPlay(2);
  7.       }
  8.    }
  9.    else
  10.    {
  11.       tellTarget("_root.ship")
  12.       {
  13.          gotoAndPlay(1);
  14.       }
  15.    }
  16. }
  17.